body {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
  background: #f0f2f5;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 300;
  overflow-x: hidden;
}

body.ui-offcanvas {
  overflow: hidden;
}

a {
  color: rgba(231, 76, 60, 1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none !important;
  color: rgba(231, 76, 60, 1) !important;
}

p,
ul,
ol {
  color: #565656;
  font-family: "Open Sans", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5a5a5a;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: rgba(231, 76, 60, 1);
}

::-moz-selection {
  color: #fcfcfc;
  background: rgba(231, 76, 60, 1);
}

::selection {
  color: #fcfcfc;
  background: rgba(231, 76, 60, 1);
}

.pagination {
  display: block;
  text-align: center;
  margin: 20px auto 0 auto;
}

.pagination > li {
  margin: 0 12px 0 0;
  display: inline-block;
  -webkit-box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.2);
}

.pagination > li > a,
.pagination > li > span {
  color: rgba(231, 76, 60, 1);
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: rgba(231, 76, 60, 1);
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background: rgba(231, 76, 60, 1);
  color: #ffffff;
  border: 2px solid rgba(231, 76, 60, 1);
}

.ui-header {
  width: 100%;
  padding: 10px 0;
  z-index: 9999;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 1);
}

.ui-nav {
  width: 100%;
}

.logo {
  height: 42px;
  width: auto;
  float: left;
}

.ui-menu-wrap {
  position: relative;
  display: block;
  float: right;
}

.ui-menu-wrap .lang {
  float: right;
  margin: 0 0 0 50px;
  vertical-align: middle;
}

.ui-menu-wrap .lang a {
  display: block;
  font-size: 14px;
  padding: 8px 0;
}

.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 150px;
  *width: 150px;
}

.sf-menu a {
  color: #333333;
  padding: 8px 0 !important;
  margin: 0 0 0 45px;
  font-weight: normal;
  zoom: 1;
  font-size: 14px;
  border-bottom: none !important;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.2em 1em !important;
  font-size: 14px !important;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: rgba(231, 76, 60, 1);
}

.sf-menu > li > ul li.active > a {
  color: rgba(231, 76, 60, 1) !important;
}

.sf-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -7px;
  content: "\e922";
  color: #666666;
}

.sf-menu > li > ul li {
  position: relative;
}

.sf-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 16px;
  font-size: 16px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

.sf-menu .ui-menu-sub {
  padding: 10px 10px 10px 10px;
  background: #ffffff;
  left: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.sf-menu .ui-menu-sub > li > .ui-menu-sub {
  left: 100%;
  min-width: 320px;
}

.sf-menu .ui-menu-sub:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: "";
}

.sf-menu .ui-menu-sub:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: "";
}

.sf-menu .ui-menu-sub .ui-menu-sub:before {
  top: 6px;
  left: 100%;
}

.sf-menu .ui-menu-sub .ui-menu-sub:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

.sf-menu .ui-menu-sub a {
  margin: 0;
  line-height: 32px;
  color: #575757 !important;
  text-transform: none;
}

.sf-menu .ui-menu-sub a:hover {
  color: rgba(231, 76, 60, 1) !important;
}

.ui-offcanvas {
  overflow: hidden;
}

.ui-wrapper {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.ui-offcanvas .ui-wrapper {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

.ui-offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
}

.ui-offcanvas-menu ul {
  padding: 0;
  margin: 0;
}

.ui-offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

.ui-offcanvas-menu ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.ui-offcanvas-menu ul li a:hover {
  color: rgba(231, 76, 60, 1);
}

.ui-offcanvas-menu ul li > .ui-menu-sub {
  margin-top: 9px;
  padding-left: 20px;
}

.ui-offcanvas-menu ul li.active > a {
  color: rgba(231, 76, 60, 1);
}

.ui-offcanvas-menu ul .ui-menu-sub {
  display: block !important;
}

.ui-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}

.ui-nav-toggle.active i::before,
.ui-nav-toggle.active i::after {
  background: rgba(231, 76, 60, 1);
}

.ui-nav-toggle.dark.active i::before,
.ui-nav-toggle.dark.active i::after {
  background: rgba(231, 76, 60, 1);
}

.ui-nav-toggle:hover,
.ui-nav-toggle:focus,
.ui-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.ui-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 2px;
  color: rgba(231, 76, 60, 1);
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: rgba(231, 76, 60, 1);
  transition: all 0.2s ease-out;
}

.ui-nav-toggle i::before,
.ui-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: rgba(231, 76, 60, 1);
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ui-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all 0.2s ease-out;
}

.ui-nav-toggle.dark i::before,
.ui-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.ui-nav-toggle i::before {
  top: -7px;
}

.ui-nav-toggle i::after {
  bottom: -7px;
}

.ui-nav-toggle:hover i::before {
  top: -10px;
}

.ui-nav-toggle:hover i::after {
  bottom: -10px;
}

.ui-nav-toggle.active i {
  background: transparent;
}

.ui-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.ui-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.ui-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}

/* ====================================== */

.index-slide .swiper-slide {
  height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.index-slide .swiper-slide h3 {
  font-size: 42px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  letter-spacing: 2px;
  padding: 250px 0 0 0;
}

.index-slide .swiper-slide p {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 100;
  margin: 10px 0 0 0;
}

.index-slide .swiper-slide a.more {
  margin: 20px 0 0 0;
  padding: 10px 40px;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 2px;
}

.index-slide .swiper-slide a.more:hover {
  color: rgba(255, 255, 255, 1) !important;
  border: 1px solid rgba(231, 76, 60, 1);
  background: rgba(231, 76, 60, 1);
}

.index-slide .swiper-pagination {
  bottom: 10px;
  left: 50%;
  margin-left: -20px;
}

.index-slide .swiper-pagination span {
  margin: 0 0 0 5px;
}

.index-title {
  margin: 30px 0 50px 0;
  text-align: center;
}

.index-title h3 {
  font-size: 40px;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
}

.index-title p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

.index-title a.more {
  margin: 12px 0 0 0;
  padding: 5px 30px;
  display: inline-block;
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 2px;
}

.index-title a.more:hover {
  color: rgba(255, 255, 255, 1) !important;
  border: 1px solid rgba(231, 76, 60, 1);
  background: rgba(231, 76, 60, 1);
}

.index-title.light h3 {
  color: rgba(255, 255, 255, 1);
}

.index-title.light p {
  color: rgba(255, 255, 255, 0.8);
}

.index-title.light a.more {
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
}

.index-title.light a.more:hover {
  color: rgba(0, 0, 0, 1) !important;
  background: rgba(255, 255, 255, 1);
}

.index-title.sub h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 300 !important;
}

.index-title.sub p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.index-title.sub p a {
  color: rgba(255, 255, 255, 1);
}

.section-content {
  min-height: 500px;
  line-height: 2em;
  font-size: 16px;
  font-weight: 500;
  padding: 60px 0 60px 0;
}

.section-banner {
  min-height: 720px;
  line-height: 2em;
  padding: 260px 0 0 0;
}

.section-title {
  margin: 0 0 20px 0;
}

.section-title h2 {
  color: rgba(0, 0, 0, 0.8);
}

.section-title.black h2 {
  color: rgba(255, 255, 255, 1);
  margin: 0 0 120px 0;
}

.section-contain {
  line-height: 2em;
  font-size: 16px;
  font-weight: 500;
  padding: 120px 0 120px 0;
}

.section-contain.cultrue {
  background: url(../img/cultrue.jpg) top center no-repeat;
  background-size: cover;
  padding: 100px 0 200px 0;
}

.section-contain.concept {
  background: url(../img/concept.jpg) top center no-repeat;
  background-size: cover;
  padding: 100px 0 200px 0;
}

.section-contain.process {
  background: url(../img/process.jpg) top center no-repeat;
  background-size: cover;
  padding: 100px 0 200px 0;
}

.section-icon {
  background: #ffffff;
  padding: 30px 15px;
  border-radius: 5px;
  margin: 0 0 30px 0;
}

.section-icon .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: linear-gradient(to right, #0ba9ff 0%, #56d9ff 100%, #0ba9ff 100%);
  border-radius: 50%;
}

.section-icon .icon i {
  font-size: 40px;
  color: #ffffff;
}

.section-icon h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 15px 0 15px 0;
}

.section-icon p {
}

.section-icon p:last-child {
  margin-bottom: 0;
}

.section-article {
  position: relative;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #e2e2e2;
}

.section-article .image {
  float: left;
  width: 240px;
  height: auto;
  overflow: hidden;
}

.section-article .text {
  position: relative;
  height: 180px;
  margin-left: 260px;
  overflow: hidden;
}

.section-article h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin: 10px 0 0 0;
}

.section-article h3 a {
  color: rgba(0, 0, 0, 0.8);
}

.section-article p.time {
  margin: 10px 0 0 0;
  color: rgba(0, 0, 0, 0.4);
}

.section-article p.desc {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.section-article span.hot {
  display: inline-block;
  vertical-align: bottom;
  width: 48px;
  line-height: 18px;
  font-size: 12px;
  color: rgba(219, 0, 0, 1);
  font-weight: 500;
  text-align: center;
  background-color: rgba(255, 245, 245);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(219, 0, 0, 1);
  border-image: initial;
  border-radius: 11px;
  padding: 1px 0px;
  margin: 0 20px 0 0;
}

.section-article span.new {
  display: inline-block;
  vertical-align: bottom;
  width: 48px;
  line-height: 18px;
  font-size: 12px;
  color: rgba(0, 219, 0);
  font-weight: 500;
  text-align: center;
  background-color: rgba(245, 255, 245);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 219, 0);
  border-image: initial;
  border-radius: 11px;
  padding: 1px 0px;
  margin: 0 20px 0 0;
}

.section-product {
  position: relative;
  height: 210px;
  padding: 20px 300px 20px 20px;
  background: rgba(0, 0, 0, 0.8);
  margin: 0 0 30px 0;
}

.section-product img {
  position: absolute;
  right: 0px;
  top: -30px;
  bottom: 0px;
  width: 300px;
  height: 240px;
  margin: 0 0 0 20px;
  z-index: 99;
}

.section-product h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin: 0 0 10px 0;
}

.section-product p {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  height: 80px;
  margin: 0 0 10px 0;
}

.section-product a.more {
  width: 120px;
  padding: 8px 10px 8px 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(231, 76, 60, 1);
  background: rgba(231, 76, 60, 1);
}

.section-product a.more:hover {
  color: rgba(255, 255, 255, 1) !important;
  background: rgba(231, 76, 60, 1);
}

.section-product a.more span {
  float: right;
  font-size: 16px;
  margin: 3px 0 0 0;
}

.section-cultrue {
  text-align: center;
}

.section-cultrue span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin: 10px 0 0 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 1);
}

.section-cultrue h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin: 20px 0 0 0;
}

.section-cultrue p {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.section-cultrue:hover span {
  color: rgba(253, 62, 62, 0.9);
  border: 1px solid rgba(253, 62, 62, 0.9);
}

.section-cultrue:hover h3 {
  color: rgba(253, 62, 62, 0.9);
}

.section-cultrue:hover p {
  color: rgba(253, 62, 62, 0.9);
}

.section-contact {
  text-align: center;
}

.section-contact span {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 50px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  background: rgba(253, 62, 62, 0.9);
  margin: 10px 0 0 0;
  border-radius: 50%;
}

.section-contact h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
}

.section-contact p {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

.section-contact p a {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

.section-concept {
  text-align: center;
}

.section-concept span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin: 10px 0 0 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 1);
}

.section-concept h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin: 20px 0 0 0;
}

.section-concept p {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.section-concept:hover span {
  color: rgba(253, 62, 62, 0.9);
  border: 1px solid rgba(253, 62, 62, 0.9);
}
.section-concept:hover h3 {
  color: rgba(253, 62, 62, 0.9);
}
.section-concept:hover p {
  color: rgba(253, 62, 62, 0.9);
}

.section-process {
  text-align: center;
}

.section-process span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  margin: 10px 0 0 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 1);
}

.section-process h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin: 20px 0 0 0;
}

.section-process p {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.section-process:hover span {
  color: rgba(253, 62, 62, 0.9);
  border: 1px solid rgba(253, 62, 62, 0.9);
}
.section-process:hover h3 {
  color: rgba(253, 62, 62, 0.9);
}
.section-process:hover p {
  color: rgba(253, 62, 62, 0.9);
}

.section-honor {
  position: relative;
	margin: 0 auto;
}

.section-honor .swiper-slide {
  width: 450px;
  background: #ffffff;
	box-shadow: 0 8px 30px #ddd;
}

.section-honor .swiper-slide img {
  width: 450px;
  height: 300px;
  display: block;
}

.section-honor .swiper-slide h3 {
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0 0 0;
  text-align: center;
}

.section-honor .swiper-button-next {
}

.section-honor .swiper-button-prev {
}

.section-honor .swiper-pagination {
  position: unset;
}

.section-job {
  margin: 0 0 50px 0;
}

.section-job h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin: 10px 0 0 0;
  text-align: center;
}

.section-job img {
  padding: 10px 10px 10px 10px;
  border-radius: 500px;
}

.section-job p {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.section-case {
  margin: 0 0 30px 0;
}

.section-case h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin: 10px 0 0 0;
}

.section-case p {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.index-product {
  margin: 0 0 30px 0;
  position: relative;
}

.index-product img {
  border-radius: 3px;
}

.index-product h3 {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin: 10px 0 0 0;
}

.index-product h3 a {
  color: rgba(0, 0, 0, 0.8);
}

.index-product p.time {
  margin: 10px 0 0 0;
  color: rgba(0, 0, 0, 0.4);
}

.index-product p.desc {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.index-product span.hot {
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 18px;
  font-size: 12px;
  color: rgba(219, 0, 0, 1);
  font-weight: 500;
  text-align: center;
  background-color: rgba(255, 245, 245);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(219, 0, 0, 1);
  border-image: initial;
  border-radius: 11px;
  padding: 1px 10px;
  z-index: 99;
}

.index-product span.new {
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 18px;
  font-size: 12px;
  color: rgba(0, 219, 0);
  font-weight: 500;
  text-align: center;
  background-color: rgba(245, 255, 245);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 219, 0);
  border-image: initial;
  border-radius: 11px;
  padding: 1px 10px;
  z-index: 98;
}

.index-article {
  margin: 0 0 30px 0;
  position: relative;
}

.index-article h3 {
  font-size: 20px;
  line-height: 28px;
  height: 60px;
  overflow: hidden;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  margin: 5px 0 0 0;
}

.index-article h3 a {
  color: rgba(0, 0, 0, 0.8);
}

.index-article p.time {
  margin: 10px 0 0 0;
  color: rgba(0, 0, 0, 0.4);
}

.index-article p.desc {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.index-application {
  margin: 0 0 30px 0;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.index-application h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin: 0 0 0 0;
}

.index-application h3 a,
.index-application h3 a:hover {
  color: rgba(255, 255, 255, 1) !important;
}

.index-application p {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.index-application .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  background: rgba(231, 76, 60, 1);
  padding: 20px 10px 40px 10px;
  z-index: 999;
  transition: all .3s;
}

.index-application:hover .info {
  top: 0;
}

.index-customer {
  display: block;
  margin: 20px 0 20px 0;
  text-align: center;
}

.index-customer img {
  filter: grayscale(100%);
  border-radius: 3px;
}

.index-customer img:hover {
  filter: initial;
}

.ui-floatbar {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  font-size: 28px;
  color: #ffffff;
  z-index: 100;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
}

.ui-floatbar-item i {
  font-size: 28px;
  padding: 20px 0 5px 0;
  display: block;
}

.footer {
  background: rgba(0, 0, 0, 1);
}

.footer .sitemap {
  padding: 50px 0 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer .sitemap h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer .sitemap ul {
  padding: 0;
  list-style: none;
}

.footer .sitemap li {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.footer .sitemap li:hover {
  color: #fff;
}

.footer .sitemap li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.footer .sitemap li a:hover {
  color: #ffffff;
}

.footer .message {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer .message h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 5px;
}

.footer .message form {
  margin: 10px 0 10px 0;
}

.footer .message input {
  height: auto;
  padding: 10px 10px 13px 10px;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
}

.footer .message button {
  height: auto;
  padding: 10px 10px 13px 10px;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
}

.footer .contact {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer .contact h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 22px;
  margin-bottom: 5px;
}

.footer .contact p {
  font-size: 24px;
  color: #ffffff;
  line-height: 33px;
  font-weight: 600;
}

.footer .contact span {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-left: 9px;
  vertical-align: 3px;
}

.footer .contact .sina,
.footer .contact .wechat {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.footer .contact .wechat {
  position: relative;
  background: url(../img/wechat.png) center no-repeat;
  background-size: cover;
}

.footer .contact .wechat:hover {
  background-image: url(../img/wechat_active.png);
}

.footer .contact .wechat:hover .wechat_erweima {
  display: block;
}

.footer .contact .wechat .wechat_erweima {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 126px;
  height: 126px;
  padding: 2px;
  background-color: #ffffff;
  transform: translate(-52px, -140px);
  border-radius: 4px;
}

.footer .contact .wechat .wechat_erweima img {
  width: 100%;
  height: 100%;
}

.footer .contact .wechat .wechat_erweima::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
}

.footer .contact .sina {
  margin-left: 21px;
  background: url(../img/sina.png) center no-repeat;
  background-size: cover;
}

.footer .contact .sina:hover {
  background-image: url(../img/sina_active.png);
}

.footer .copyright {
  padding: 20px 0 0 0;
  color: rgba(255, 255, 255, 0.5);
}

.footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #ffffff !important;
}

@media (min-width: 1200px) {
  .container {
  }
}

@media screen and (max-width: 992px) {
  .ui-nav-toggle {
    display: block;
    margin: 10px 10px 0 0;
  }

  .ui-menu-wrap {
    display: none;
  }

  .logo {
    height: 30px;
  }

  .index-slide .swiper-slide {
    height: 480px;
  }

  .index-slide .swiper-slide h3 {
    font-size: 32px;
  }

  .index-slide .swiper-slide p {
    display: none;
  }

  .index-slide .swiper-slide a.more {
    margin: 50px 0 0 0;
  }

  .index-title h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
  }

  .index-title p {
    font-size: 18px;
  }

  .index-title a.more {
    display: none;
  }

  .section-banner {
    min-height: 480px;
    padding: 180px 0 0 0;
  }

  .section-title.black h2 {
    margin: 0 0 60px 0;
  }

  .section-contain {
    padding: 60px 0 60px 0;
  }

  .section-contain.cultrue {
    padding: 60px 0 60px 0;
  }

  .section-contain.concept {
    padding: 60px 0 60px 0;
  }

  .section-contain.process {
    padding: 60px 0 60px 0;
  }

  .section-cultrue {
    margin: 0 0 50px 0;
  }

  .section-contact {
    margin: 0 0 50px 0;
  }

  .section-concept {
    margin: 0 0 50px 0;
  }

  .section-process {
    margin: 0 0 50px 0;
  }

  .section-article .image {
    width: 120px;
    height: auto;
  }

  .section-article .text {
    height: 90px;
    margin-left: 140px;
    overflow: hidden;
  }

  .section-article h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 0 0;
  }

  .section-article h3 span {
    display: none;
  }

  .section-article p.time {
    margin: 0;
  }

  .section-article p.desc {
    display: none;
  }

  .section-product {
    height: 100px;
    padding: 20px 150px 20px 20px;
  }

  .section-product img {
    width: 150px;
    height: auto;
  }

  .section-product p {
    height: auto;
  }

  .section-product a.more {
    display: none;
  }

  .ui-floatbar {
    padding: 10px 0;
  }

  .ui-floatbar .pull-left {
    display: none;
  }

  .ui-floatbar .pull-right {
    float: none !important;
  }

  .footer {
    padding: 30px 0 20px 0;
  }

  .footer .contact span {
    display: none;
  }

  .footer .sitemap {
    display: none;
  }
}